import { Page404 } from "@/features/page/Page404"; export default function AdminCatchAll() { return <Page404 />; }